﻿@charset "utf-8";
/* CSS Document */

html {
	font-size: calc(100vw/7.5);
}
@media (min-width: 750px) {
	html {
		font-size: 100px;
	}
}

a {
	text-decoration: none;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #1774c7;
}
a:p {
	color: #fff;
}
a:active {
	color: #666;
}
.view-more a {
	display: inline-block;
	background: #1774c7;
	color: #fff;
	font-size: 16px;
	padding: 0.06rem 0.50rem;
}
.view-more a:hover {
	background: #fa800f;
}

h4 a:link {
	color: #333;
}
h4 a:hover {
	color: #1774c7;
}

h2 {
	color: #333;
	font-size: 0.36rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.15rem;
}

/* Header */
.welcome {
	background: #1774c7;
	color: #fff;
	line-height: 3;
}
.welcome .fav {
	display: none;
	position: absolute;
	top: 0;
	right: 0.15rem;
	z-index: 5;
}
.welcome a {
	color: #fff;
}
.welcome a + a:before {
	display: inline-block;
	content: '|';
	font-size: 12px;
	margin-left: 0.10rem;
	margin-right: 0.10rem;
}
.index-header {
	position: relative;
	z-index: 20;
}
.index-header > .container {
	margin-top: 0.30rem;
	margin-bottom: 0.30rem;
}

.index-header h1 {
	display: block;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 77px;
	background: url(../image/logo.png)  0 0 no-repeat;
	background-size: auto 100%;
	font-size: 0;
	height: 50px;
	overflow: hidden;
}

.index-header .nav-pc {
	flex: 1 0 auto;
	z-index: 3;
}
.index-header .nav-pc li > a {
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 4;
	position: relative;
}
.index-header .nav-pc li:hover > a, .index-header .nav-pc li.hover > a {
	color: #fa800f;
}
.index-header .nav-pc ul {
	display: none;
}
/*.index-header .nav-pc li + li a:before {
	display: inline-block;
	content: '';
	background-image: url(../image/icon.png);
	background-repeat: no-repeat;
	background-size: 2.20rem auto;
	height: 0.24rem;
	width: 0.24rem;
	overflow: hidden;
	margin-top: -0.12rem;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
}*/
.index-header .nav-pc li {
	float: left;
	margin-left: 0.20rem;
	position: relative;
}
.index-header .nav-pc li:nth-of-type(2) a:before {
	background-position: 0 0;
}
.index-header .nav-pc li:nth-of-type(2):hover a:before, .index-header .nav-pc li:nth-of-type(2).hover a:before {
	background-position: 0 -0.24rem;
}
.index-header .nav-pc li:nth-of-type(3) a:before {
	background-position: -0.24rem 0;
}
.index-header .nav-pc li:nth-of-type(3):hover a:before, .index-header .nav-pc li:nth-of-type(3).hover a:before {
	background-position: -0.24rem -0.24rem;
}
.index-header .nav-pc li:nth-of-type(4) a:before {
	background-position: -0.48rem 0;
}
.index-header .nav-pc li:nth-of-type(4):hover a:before, .index-header .nav-pc li:nth-of-type(4).hover a:before {
	background-position: -0.48rem -0.24rem;
}
.index-header .nav-pc li:nth-of-type(5) a:before {
	background-position: -0.72rem 0;
}
.index-header .nav-pc li:nth-of-type(5):hover a:before, .index-header .nav-pc li:nth-of-type(5).hover a:before {
	background-position: -0.72rem -0.24rem;
}
.index-header .nav-pc li:nth-of-type(6) a:before {
	background-position: -0.96rem 0;
}
.index-header .nav-pc li:nth-of-type(6):hover a:before, .index-header .nav-pc li:nth-of-type(6).hover a:before {
	background-position: -0.96rem -0.24rem;
}
.index-header .nav-pc li:nth-of-type(7) a:before {
	background-position: -1.20rem 0;
}
.index-header .nav-pc li:nth-of-type(7):hover a:before, .index-header .nav-pc li:nth-of-type(7).hover a:before {
	background-position: -1.20rem -0.24rem;
}
.index-header .search {
	flex: 0 0 50px;
	z-index: 5;
}
.index-header .search span {
	display: block;
	background: url(../image/icon.png) -144px 0 no-repeat;
	cursor: pointer;
	height: 24px;
	width: 24px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 5;
}

/* Banner */
.banner {
	width: 100%;
	position: relative;
	z-index: 15;
}

/* About */
article[class^="index-"] {
	width: 100%;
	padding-top: 0.50rem;
	padding-bottom: 0.50rem;
}





article.index-about {
	padding-bottom: 0;
}
.index-about ul {
	margin-top: 0.50rem;
	margin-bottom: 0.50rem;
}
.index-about ul li span {
	display: block;
	color: #fa800f;
	font-family: impact, "微软雅黑", "microsoft yahei", Arial, Helvetica;
	font-size: 0.36rem;
	line-height: 1.2;
}
.index-about li + li {
	border-left: 1px solid #ccc;
}
.index-about .view-more {
	background: url(../image/about-bg.jpg) 50% 0 no-repeat;
	background-size: cover;
	height: 2.52rem;
}
.index-about .view-more .container {
	background-color: #fff;
	padding-bottom: 0.30rem;
}

/* App */
.index-app .item {
	text-align: center;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	position: relative;
}
.index-app .item:after {
	display: block;
	content: '';
	border-top: 1px solid #1774c7;
	overflow: hidden;
	height: 0;
	position: absolute;
	left: 0.15rem;
	right: 100%;
	bottom: 0;
	z-index: 3;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.index-app .item:hover:after {
	right: 0.15rem;
}
.index-app .item:hover img {
	transform: scale(1.2);
}
.index-app .item figure {
	overflow: hidden;
	width: 100%;
	margin-bottom: 0.10rem;
}
.index-app .item figure img {
	display: block;
	width: 100%;
}

/* Honor */
.index-honor {
	background: url(../image/honor-bg.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}
.index-honor h2 {
	color: #fff;
}
.index-honor .honor-list {
	width: 70%;
	margin: 0.50rem auto 0.30rem;
}
.index-honor .swiper-button-prev, .index-honor .swiper-button-next {
	background: rgba(0, 0, 0, .5);
	color: #fff;
	width: 0.50rem;
	height: 0.80rem;
	margin-top: -0.40rem;
}
.index-honor .swiper-button-prev:after, .index-honor .swiper-button-next:after {
	font-size: 0.40rem;
}
/*.index-honor .honor-list div img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}*/

/* News */
article.index-news {
padding-top:30px;
}

.index-news .news-left {
	background: url(../image/news-bg.jpg) 0 0 no-repeat;
	background-size: cover;
	width: 100%;
}
.index-news .left-container {
	color: #fff;
	padding: 0.40rem 0.15rem;
}
.index-news .left-container .content {
	padding-bottom: 0.40rem;
}
.index-news .left-container h4 {
	color: #fff;
	margin-bottom: 5px;
}
.index-news .left-container .txt {
	padding-left: 0.40rem;
	padding-right: 0.15rem;
	margin-top: 0.20rem;
}
.index-news .left-container .txt:before {
	display: block;
	content: '';
	background-color: #fff;
	height: 5px;
	width: 0.20rem;
	overflow: hidden;
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 5;
}
.index-news .left-container .date {
	display: none;
	border-bottom: 4px solid #ffac2f;
	text-align: center;
	width: 1.30rem;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	top: 0;
	left: 0.15rem;
	z-index: 10;
}
.index-news .left-container .date span {
	display: block;
	font-size: 0.70rem;
	line-height: 1.2;
}
.index-news .news-right {
	width: 100%;
	background-color:#f3f7fd;
}
.index-news .right-container {
	padding: 0.15rem;
}
.index-news .right-container h2 {
	margin-top: 0.20rem;
	margin-bottom: 0.40rem;
	position: relative;
}
.index-news .right-container h2:after {
	display: block;
	content: '';
	border-top: 1px solid #666;
	height: 0;
	width: 0.40rem;
	overflow: hidden;
	margin-left: -0.20rem;
	position: absolute;
	bottom: -0.05rem;
	left: 50%;
	z-index: 5;
}
.index-news .right-container .item {
	color: #858585;
	padding-left: 0.50rem;
	padding-right: 1.40rem;
	margin-bottom: 0.30rem;
}
.index-news .right-container .item:before {
	display: block;
	content: '';
	background-color: #1774c7;
	height: 5px;
	width: 0.24rem;
	overflow: hidden;
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 1;
}
.index-news .right-container .item h4 {
	margin-bottom: 5px;
}
.index-news .right-container .item p {
	height: 56px;
	overflow: hidden;
}
.index-news .right-container .item .date {
	color: #999;
	text-align: center;
	width: 1.15rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.index-news .news-right .item .date span {
	display: block;
	font-size: 0.50rem;
	line-height: 1.2;
	margin-top: 5px;
}

/* Sub-nav */
.index-subnav { background-color:#fafafa;}
.index-subnav .item {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 100%;
	max-width: 100%;
	padding: 0.05rem 0.15rem;
}
.index-subnav .item h4 {
	float: left;
	margin-bottom: 0.10rem;
}
.index-subnav .item ul {
	margin-left: 82px;
}
.index-subnav .item li {
	float: left;
	margin-left: 0.20rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-subnav .item:last-child {
	flex-basis: 100%;
	max-width: 100%;
}
.index-subnav .item:last-child h4 {
	float: none;
	text-align: center;
}
.index-subnav .item:last-child ul {
	margin-left: 0;
}
.index-subnav .item:last-child ul li {
	float: none;
	margin-left: 0;
}
/*分页样式*/
.page{ clear:both; padding:20px 0px; font-size:14px; text-align:center; }
.page a{ padding:2px 6px; border:1px solid #bfbfbf; margin:3px; text-decoration:none; border-radius:2px;}
.page SPAN{ padding:2px 6px; border:1px solid #bfbfbf; margin:3px; text-decoration:none; border-radius:2px;}
.page a:hover{ border:#000;}
.page span.current{ border:#000; font-weight:bold; border-radius:2px;}
/* Footer */
.index-footer {
	background-color: #494949;
	color: #ccc;
	padding-top: 0.20rem;
	padding-bottom: 0.20rem;
}
.index-footer .links a + a:before {
	display: inline-block;
	content: '|';
	font-size: 12px;
	margin-left: 0.15rem;
	margin-right: 0.15rem;
}
.index-footer a:link {
	color: #fff;
}
.index-footer a:hover {
	color: #fff;
}

/* 焦点样式 */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.06rem
}
.swiper-container-horizontal > .swiper-pagination-bullets {
	line-height: 1;
	bottom: 0.15rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
	line-height: 1;
	bottom: 0.10rem;
}
.swiper-pagination-bullet {
	width: 0.30rem;
	height: 0.08rem;
 	display: inline-block;
	border-radius: 0;
 	background: #fff;
 	opacity: .8
}
.swiper-pagination-bullet-active {
	background-color: #ffac2f;
}

/* Page */
.position {
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}
.position .title {
	color: #1774c7;
	font-size: 16px;
}
.position .txt {
	flex: 1 0 auto;
	text-align: right;
	align-self: center;
}
.position .txt span.home:before {
	display: inline-block;
	content: '';
	background: url(../image/icon-02.png) 0 0 no-repeat;
	background-size: 16px auto;
	height: 16px;
	width: 16px;
	margin-right: 8px;
	position: relative;
	top: 2px;
}

/* Main */
.bor {
	border-top: 1px solid #e0e0e0;
}
main {
	padding-top: 0.40rem;
	padding-bottom: 0.40rem;
}
main h2 {
	color: #1774c7;
	font-size: 0.30rem;
	margin-bottom: 0.30rem;
}
main h2 small {
	display: block;
	font-size: 0.24rem;
	line-height: 1.5;
}
main .about img, main .com-contect img {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
main .about figure {
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
	position: relative;
}
main .about figure figcaption {
	display: block;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	line-height: 2.5;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 6;
}

/* 新闻列表 */
.new-item {
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	margin-bottom: 0.30rem;
	overflow: hidden;
}
.new-item .img {
	flex: 0 0 30%;
	max-width: 30%;
	position: relative;
}
.new-item .img img {
	display: block;
	width: 100%;
}
.new-item .img .date {
	color: #ccc;
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.new-item .img .date {
	display: none;
	border-bottom: 3px solid #ccc;
	font-size: 64px;
	line-height: 1.2;
	text-align: center;
}
.new-item .img .date span {
	border-bottom: 1px dotted #999;
}
.new-item .img .date small {
	display: block;
	font-size: 16px;
	line-height: 2.5;
}
.new-item .txt {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: center;
	padding-left: 0.25rem;
	overflow: hidden;
}
.new-item .txt h4 {
	line-height: 1.6;
}
.new-item .txt p.dec {
	display: none;
	color: #999;
	height: 56px;
	overflow: hidden;
}
.new-item .txt p.cate-list {
	color: #666;
	font-size: 12px;
	margin-top: 0.10rem;
}
.new-item .txt p.cate-list a {
	color: #1774c7;
}
.new-item .txt p.cate-list span + span:before {
	display: inline-block;
	content: '|';
	color: #a5a5a5;
	margin-left: 10px;
	margin-right: 10px;
}
.new-item .txt p.cate-list span.more:before {
	display: inline-block;
	content: '';
	height: 0;
	width: 0;
	margin-right: 6px;
	border-left: 4px solid #999;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 0;
}

/* 联系方式 */
.contact {
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}
.contact h3 {
	color: #333;
	margin-top: 0.10rem;
	margin-bottom: 0.10rem;
}
.contact strong {
	color: #333;
}

/* 产品 */
table.prointro {
	border-collapse: collapse;
	border: 1px solid #ddd;
	width: 100%;
}
table.prointro th,table.prointro td {
	padding: 8px 5px;
}
table.prointro th {
	background-color: #1774c7;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
table.prointro thead {
	display: none;
}
table.prointro tr {
	display: block;
}
table.prointro tr:nth-of-type(even) {
	background-color: #fff;
}
table.prointro td {
	display: block;
	border: 1px solid #ddd;
}
table.prointro td:before {
	display: inline-block;
	content: attr(data-name)'：';
	color: #333;
	font-weight: bold;
	padding: 0 0.10rem;
}
table.prointro td.rowspan {
	background-color: #1774c7;
	color: #fff;
}
table.prointro td.rowspan:before {
	color: #fff;
}

/* 资质列表 */
.page-honor {
	text-align: center;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}
.page-honor h5 {
	margin-top: 0.10rem;
}
.page-honor p {
	color: #999;
}
.page-honor figure {
	width: 100%;
	overflow: hidden;
}
.page-honor figure img {
	background: #fff;
	border: 0.06rem solid #1774c7;
	padding: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;

}
.page-honor figure:hover img {
	border: 0.06rem solid #ccc;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
}

/* 媒体查询 */
@media (min-width: 576px) {
	.welcome .fav {
		display: block;
	}
	.index-header h1 {
		flex-basis: 120px;
		height: 64px;
	}
	.index-header .nav-pc {
		background: url(../image/subTitle.jpg) 0.10rem 50% no-repeat;
		background-size: 160px auto;
	}
	.index-news .left-container, .index-news .right-container {
		width: 540px;
		margin: 0 auto;
	}
	.position .title {
		font-size: 18px;
	}
	.new-item .txt h4 {
		height: 32px;
		line-height: 2;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.new-item .txt p.dec {
		display: block;
	}
}
@media (min-width: 768px) {
	.index-news .left-container, .index-news .right-container {
		width: 720px;
	}
	.position .title {
		font-size: 22px;
	}
	.new-item .txt h4 {
		margin-bottom: 0.06rem;
	}
}
@media (min-width: 992px) {
	.index-header .nav-pc ul {
		display: block;
	}
	.index-header .nav-pc .popMenuOpend {
		display: none;
	}
	.index-news .news-left, .index-news .news-right {
		width: 50%;
		max-width: 50%;
	}
	.index-news .left-container {
		float: right;
		width: 480px;
		padding: 0 0 0.40rem;
	}
	.index-news .left-container .content {
		padding-left: 1.30rem;
	}
	.index-news .left-container .date {
		display: block;
	}
	.index-news .right-container {
		float: left;
		width: 480px;
	}
	.index-subnav .item {
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}
	.index-subnav .item h4 {
		float: none;
	}
	.index-subnav .item ul {
		margin-left: 0;
	}
	.index-subnav .item ul li {
		float: none;
		margin-left: 0;
	}
	.index-footer .copy {
		text-align: right;
	}
	.new-item .img {
		padding-left: 110px;
	}
	.new-item .img .date {
		display: block;
	}
	.new-item .txt p.cate-list span.time {
		display: none;
	}
	table.prointro thead {
		display: table-header-group;
	}
	table.prointro tr {
		display: table-row;
	}
	table.prointro td {
		display: table-cell;
		text-align: center;
	}
	table.prointro td:before {
		display: none;
	}
	table.prointro td.rowspan {
		background: none;
		color: #666;
	}
}
@media (min-width: 1200px) {
	.index-header .nav-pc li + li > a {
		padding-left: 0.30rem;
	}
	.index-header .nav-pc li + li > a:before {
		display: inline-block;
		content: '';
		background-image: url(../image/icon.png);
		background-repeat: no-repeat;
		background-size: 2.20rem auto;
		height: 0.24rem;
		width: 0.24rem;
		overflow: hidden;
		margin-top: -0.12rem;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 2;
	}
	.index-header .nav-pc li {
		margin-left: 0.26rem;
	}
	main .container, .position .container {
		width: 1200px;
	}
	.index-news .left-container, .index-news .right-container {
		width: 600px;
	}
	.index-subnav .item {
		flex-basis: 14%;
		max-width: 14%;
	}
	.index-subnav .item:last-child {
		flex-basis: 16%;
		max-width: 16%;
	}
	.new-item .img {
		flex: 0 0 390px;
		max-width: 390px;
	}
}
@media (min-width: 1600px) {
	.index-header .nav-pc li {
		margin-left: 0.35rem;
	}
	.index-news .left-container, .index-news .right-container {
		width: 720px;
	}
}
@media (min-width: 1680px) {
	.index-news .left-container, .index-news .right-container {
		width: 810px;
	}
}

